var go.opentelemetry.io/otel/trace.withTenantKeyRe

2 uses

	go.opentelemetry.io/otel/trace (current package)
		tracestate.go#L44: 	withTenantKeyRe = regexp.MustCompile(`^` + withTenantKeyFormat + `$`)
		tracestate.go#L59: 		if !withTenantKeyRe.MatchString(key) {